chore(ci): migrate workflows and package metadata to Node 24 - #12
Merged
Conversation
Upgrade GitHub Actions to Node 24-compatible action versions, align release Node with .node-version, raise the supported Node baseline to 24, and bump the package version to 0.1.7 for the next release.
jlitola
added a commit
that referenced
this pull request
Apr 21, 2026
The backend-asks content belongs in the internal gaps report (/tmp/githits-cli-pkg-intel-backend-gaps.md). Public repo keeps only a terse "upstream enhancement" note where relevant. - Remove docs/backend-asks.md. - Soften the tools.md path_prefix note to drop the internal-doc pointer. The listRepoFiles glob / pattern-filter ask has been moved to the internal gaps report as item #12.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the GitHub Actions workflows and package metadata for the Node 24 migration. This removes deprecated Node 20-based action usage, aligns the package's supported runtime with Node 24, and bumps the package version to 0.1.7 for the next release.
Changes
Files Changed
.github/workflows/ci.yml- upgradesactions/checkoutandactions/setup-nodeto Node 24-compatible majors and removes Node 20/22 from the compat matrix.github/workflows/release.yml- upgrades workflow action versions and aligns release Node with.node-versionpackage.json- bumps version to0.1.7and raisesengines.nodeto>=24README.md- updates the documented Node requirement to 24+Verification
Automated Checks
bun install --frozen-lockfilebun run typecheckbun run format:checkbun run lintbun run buildbun testnpm pack --dry-runManual Verification
node dist/cli.js --versionnode dist/cli.js --helplogin,auth status,languages,search,feedback,mcp, andlogoutRelated Issues